Conversation
swift-syntax to 602.0.0swift-syntax to 602.0.0
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #77 +/- ##
==========================================
- Coverage 88.69% 87.81% -0.89%
==========================================
Files 24 24
Lines 292 197 -95
==========================================
- Hits 259 173 -86
+ Misses 33 24 -9 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
berbs-fetch
approved these changes
Oct 23, 2025
pjtnt11
approved these changes
Oct 23, 2025
pjtnt11
approved these changes
Oct 23, 2025
| .package( | ||
| url: "https://github.com/swiftlang/swift-syntax.git", | ||
| exact: "600.0.0" | ||
| from: "602.0.0" |
Member
There was a problem hiding this comment.
I think we should keep this exact for now-- @graycampbell can probably provide more color onto why
| .package( | ||
| url: "https://github.com/swiftlang/swift-syntax.git", | ||
| exact: "600.0.0" | ||
| from: "602.0.0" |
Collaborator
Collaborator
There was a problem hiding this comment.
I think from is fine here, let’s just keep an eye on things in case any issues come up
graycampbell
approved these changes
Oct 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Summary
Updates the swift-syntax dependency from exact: "600.0.0" to from: "602.0.0". This change:
swift-syntax602.0.0 for latest Swift 6 toolchain compatibilityfrom:instead ofexact:to allow automatic compatibility with future swift-syntax patch/minor releases🛠️ Type of Change
🧪 How Has This Been Tested?
✅ Checklist
SwiftFormat